ConnectedClientsResponse

Whenever the client makes a request for the server on the connected clients, that is the structure that should be returned.

pragma(LDC_no_typeinfo)
struct ConnectedClientsResponse {}

Members

Variables

clients
ConnectedClient[] clients;
Undocumented in source.

Meta